Skip to main content

IDE (Integrated Development Environment) How To's

How to's for the IDE (Integrated Development Environment) guide.

How to Create a New Project in the IDE

Steps:

  1. Open the IDE screen.
  2. Select the �Create New Blank Project� option.
  3. Enter the project name, title, and path information.
  4. Click Save to create the project.
  5. Ensure that the new project does not exceed the allowed ProjectCount limit.

How to Use the Code Editor in the IDE

Steps:

  1. Open an existing project or create a new one.
  2. Navigate to the code editor section within the IDE.
  3. Write, edit, or review the code as needed.
  4. Utilize features such as syntax highlighting and code formatting.
  5. Save changes and use version control integration if available.

How to Open an Existing Project in the IDE

Steps:

  1. Open the IDE screen.
  2. Use the project list or search feature to locate the desired project.
  3. Select the project to open it.
  4. Review the project details on the project details screen, including code editing and toolbox options.